home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IFLCanChange, browserID, IFLBrowsercounter, MGILaunch, MGISTONEON, MGIRadioON
- go(the frame)
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if MGILaunch <> 3 then
- MGIButtonRoll()
- MGIStarTurn()
- if MGISTONEON <> 3 then
- put "here"
- MGISTONEY()
- end if
- if MGIRadioON <> 3 then
- MGIRadio()
- end if
- end if
- MGIQuitCD()
- if browserID > 32 then
- if IFLBrowsercounter = 2 then
- MGICheckBrowser()
- else
- set IFLBrowsercounter to 1 + IFLBrowsercounter
- end if
- end if
- IFLsectionWordAnimate()
- end
-